@font-face {
    font-family: "Rounded";
    src: url("../font/Rounded.woff2") format('opentype');
    font-weight: normal;
    font-style: normal
}
@font-face {
  font-family: "fz";
  src: url("../font/fz.woff2") format("woff2"),
       url("../font/fz.woff") format("woff"),
       url("../font/fz.ttf") format("truetype"),
       url("../font/fz.eot") format("embedded-opentype"),
       url("../font/fz.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
body{font-family:"SimSun",Times New Roman;height: 100%;position: relative;}
input[type="text"] {-webkit-appearance:none;}
textarea {-webkit-appearance:none;}
h1,h2,h3,h4,h5,h6,figure {font-weight:400;}
::-webkit-selection {color:#fff;background:#00A2E9;}
::-moz-selection {color:#fff;background:#00A2E9;}
::selection {color:#fff;background:#00A2E9;}
.text-lowercase {text-transform:lowercase;}
.text-uppercase,.initialism {text-transform:uppercase;}
.text-capitalize {text-transform:capitalize;}
a {color:#6E6E6E;text-decoration:none}
a:focus,a:hover {color:#00A2E9;transition:none}
a.text-gray:hover{color:#6E6E6E}
a.blocklink{display: block;border:1px solid #0000ff;}
p{margin:0}
dl,dd,ul,li {margin:0;padding:0;list-style:none}
.fixed {z-index:9999;}
.bg-gray{background:#F7F7F7}
/*FAF9F7*/
@keyframes fadein{from{opacity:0}to{opacity:1}}
.bg-sub{background:#43B3D9}
.bottom-bar{display:none;z-index:999;}
.ph{transform:scale(1);-webkit-transition:.3s;transition:.3s;padding-bottom:64%;display:block;width:100%;height:0;overflow:hidden;background-position:center center;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;background-size:cover;position:relative}

/* 英文字体begin */
.Rounded{ font-family: "Rounded";font-weight: 600;}
.fz{ font-family: "fz";font-weight: 600;}
/* 英文字体end */

/* 行距 begin*/
.blank{height:10px;line-height:10px;clear:both;font-size:0}
.blank-small{height:20px;line-height:20px;clear:both;font-size:0}
.blank-middle{height:30px;line-height:30px;clear:both;font-size:0}
.blank-big{height:60px;line-height:60px;clear:both;font-size:0}
.blank-large{height:90px;line-height:90px;clear:both;font-size:0}
/* 行距 end*/

.sidebar-l {margin-right:30px}
.sidebar-r {margin-left:0px;}
.container-layout{max-width:1360px;}
.line-big{margin-left:-15px;margin-right:-15px}
.line-big .x1,.line-big .x10,.line-big .x11,.line-big .x12,.line-big .x2,.line-big .x3,.line-big .x4,.line-big .x5,.line-big .x6,.line-big .x7,.line-big .x8,.line-big .x9,.line-big .xb1,.line-big .xb10,.line-big .xb11,.line-big .xb12,.line-big .xb2,.line-big .xb3,.line-big .xb4,.line-big .xb5,.line-big .xb6,.line-big .xb7,.line-big .xb8,.line-big .xb9,.line-big .xl1,.line-big .xl10,.line-big .xl11,.line-big .xl12,.line-big .xl2,.line-big .xl3,.line-big .xl4,.line-big .xl5,.line-big .xl6,.line-big .xl7,.line-big .xl8,.line-big .xl9,.line-big .xm1,.line-big .xm10,.line-big .xm11,.line-big .xm12,.line-big .xm2,.line-big .xm3,.line-big .xm4,.line-big .xm5,.line-big .xm6,.line-big .xm7,.line-big .xm8,.line-big .xm9,.line-big .xs1,.line-big .xs10,.line-big .xs11,.line-big .xs12,.line-big .xs2,.line-big .xs3,.line-big .xs4,.line-big .xs5,.line-big .xs6,.line-big .xs7,.line-big .xs8,.line-big .xs9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}

.line-large {margin-left:-20px;margin-right:-20px}
.line-large .x1,.line-large .x2,.line-large .x3,.line-large .x4,.line-large .x5,.line-large .x6,.line-large .x7,.line-large .x8,.line-large .x9,.line-large .x10,.line-large .x11,.line-large .x12,.line-large .xl1,.line-large .xl2,.line-large .xl3,.line-large .xl4,.line-large .xl5,.line-large .xl6,.line-large .xl7,.line-large .xl8,.line-large .xl9,.line-large .xl10,.line-large .xl11,.line-large .xl12,.line-large .xs1,.line-large .xs2,.line-large .xs3,.line-large .xs4,.line-large .xs5,.line-large .xs6,.line-large .xs7,.line-large .xs8,.line-large .xs9,.line-large .xs10,.line-large .xs11,.line-large .xs12,.line-large .xm1,.line-large .xm2,.line-large .xm3,.line-large .xm4,.line-large .xm5,.line-large .xm6,.line-large .xm7,.line-large .xm8,.line-large .xm9,.line-large .xm10,.line-large .xm11,.line-large .xm12,.line-large .xb1,.line-large .xb2,.line-large .xb3,.line-large .xb4,.line-large .xb5,.line-large .xb6,.line-large .xb7,.line-large .xb8,.line-large .xb9,.line-large .xb10,.line-large .xb11,.line-large .xb12 {position:relative;min-height:1px;padding-right:20px;padding-left:20px}

/* owl-carousel滚动插件*/
/* 默认圆点 */
.owl-carousel .owl-dots {position:absolute;top:50%;padding:0;text-align:center;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);}
.owl-carousel .owl-dots .owl-dot {display:inline-block;position:relative;vertical-align:middle;}
.owl-carousel .owl-dots .owl-dot span {width:6px;height:6px;margin:0 5px;border-radius:50%;display:inline-block;text-align:center;-webkit-transition:all ease .3s;-o-transition:all ease .3s;transition:all ease .3s;}
.owl-carousel .owl-dots .owl-dot.active span {width:12px;border-radius:10px;}
/* 默认箭头 */
.owl-carousel .owl-nav i{font-size:18px;}
.owl-carousel .owl-nav .owl-prev,.owl-carousel .owl-nav .owl-next {background:#FFF;opacity:0;width:36px;height:36px;line-height:40px;top:50%;-webkit-transition:all ease 500ms;-o-transition:all ease 500ms;transition:all ease 500ms;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);position:absolute;text-align:center;border-radius:50%;}
.owl-carousel .owl-nav .owl-prev {left:20px;right:auto;}
.owl-carousel .owl-nav .owl-next {right:20px;}
/* owl-carousel滚动插件 end */

/* 首页轮播 */
.slides .media-img{position:relative;overflow:hidden}
.slides .media-img .post-link{background:rgba(0,0,0,0);width:100%;height:100%;position:absolute;bottom:0;top:0;left:0;right:0;transition:.3s}
.slides .media-img .zoom-banner-m{transition:.3s;padding-bottom:21%;display:block;width:100%;height:0;overflow:hidden;background-position:center center;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;background-size:cover;position:relative}
.slides .media-img .zoom-banner-pc{transition:.3s;padding-bottom:34%;display:block;width:100%;height:0;overflow:hidden;background-position:center center;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;background-size:cover;position:relative}
.slides .media-img .padding-pc{padding:150px 20px 0 20px}
.slides .media-img h2{font-size:42px;margin-bottom:30px;font-weight:700;text-shadow:1px 1px 5px rgba(57,48,216,.6);letter-spacing:2px}
.slides .media-img h3{font-size:36px;margin-bottom:25px;font-weight:700;text-shadow:1px 1px 5px rgba(57,48,216,.6);letter-spacing:2px}
.slides .media-img a.button{padding:12px 50px}
.slides-arrow:hover .owl-nav .owl-next,.slides-arrow:hover .owl-nav .owl-prev{opacity:.6}
.slides-arrow.dot-center .owl-dots{position:relative;top:-30px;padding:0;text-align:center;vertical-align:middle;display:inline-block;width:100%}
/* 首页轮播 */

/* 服务  */
.service{padding:40px;box-shadow: 0px 10px 30px 0px rgba(211, 211, 211, 0.3);background-color: none;background-size: cover;background-position: center;background-repeat: no-repeat;height: 100%;position: relative;-webkit-transition: all 0.3s ease-out 0s;-moz-transition: all 0.3s ease-out 0s;-ms-transition: all 0.3s ease-out 0s;-o-transition: all 0.3s ease-out 0s;transition: all 0.3s ease-out 0s;z-index: 1}
.service::before{border-bottom: 3px solid #00A2E9;content: "";position: absolute;background: #FFF;width: 100%;height: 100%;top: 0;left: 0;bottom: 0;right: 0;z-index: -1;-webkit-transition: all 0.3s ease-out 0s;-moz-transition: all 0.3s ease-out 0s;-ms-transition: all 0.3s ease-out 0s;-o-transition: all 0.3s ease-out 0s;transition: all 0.3s ease-out 0s}
.service::after{content: "";position: absolute;background: #00A2E9;opacity: 0;width: 100%;height: 3px;left: 0;top: auto;bottom: 0;right: 0;z-index: -1;-webkit-transition: all 0.3s ease-out 0s;-moz-transition: all 0.3s ease-out 0s;-ms-transition: all 0.3s ease-out 0s;-o-transition: all 0.3s ease-out 0s;transition: all 0.3s ease-out 0s}
.service .s_content .dec{height:80px;overflow: hidden}
.service .s_content strong{margin-top:30px;font-size:20px;height: 50px;display: block;}
.service .s_content .button{border:1px solid #00A2E9;color: #00A2E9;padding:8px 25px;border-radius: 50px}
.service .s_content .button i{font-size:14px;-webkit-transition: all 0.3s ease-out 0s;-moz-transition: all 0.3s ease-out 0s;-ms-transition: all 0.3s ease-out 0s;-o-transition: all 0.3s ease-out 0s;transition: all 0.3s ease-out 0s}
.service .s_content a.button:hover{color: #00A2E9;background:#fff;border:1px solid #fff}

.service .icon .block-one{width: 66px;-webkit-transition: all 0.3s ease-out 0s;-moz-transition: all 0.3s ease-out 0s;-ms-transition: all 0.3s ease-out 0s;-o-transition: all 0.3s ease-out 0s;transition: all 0.3s ease-out 0s;display: inline-block}
.service .icon .block-two{width: 66px;opacity: 0;visibility: hidden;-webkit-transition: all 0.3s ease-out 0s;-moz-transition: all 0.3s ease-out 0s;-ms-transition: all 0.3s ease-out 0s;-o-transition: all 0.3s ease-out 0s;transition: all 0.3s ease-out 0s;display: inline-block;display: none}

.service:hover{transform: translateY(-10px);}
.service:hover::before{height: 0;top: 0;bottom: auto;}
.service:hover::after{opacity: 0.75;height: 100%;top: auto;bottom: 0;}
.service:hover .icon .block-one{opacity: 0;visibility: hidden;display: none}
.service:hover .icon .block-two{opacity: 1;visibility: visible;display: inline-block}
.service:hover .s_content strong{color: #FFF}
.service:hover .s_content .dec{color: #FFF}
.service:hover .s_content .button{color: #00A2E9;border:1px solid #fff;background: #fff}

.carousel-service .owl-nav .owl-prev,.carousel-service .owl-nav .owl-next {background:#00A2E9;opacity:0;color:#fff;}
.carousel-service:hover .owl-nav .owl-prev,.carousel-service:hover .owl-nav .owl-next {background:#00A2E9;opacity:1;}
.carousel-service .owl-nav .owl-prev {left:-40px;}
.carousel-service .owl-nav .owl-next {right:-40px;}

/* 首页关于我们 */
/* .home-about{background-repeat:no-repeat;background-position:center 50%;background-size:cover;position:relative;} */
/* .home-about:before {content:'';display:block;position:absolute;background:#6059BB;opacity:.6;width:100%;height:100%;bottom:0px;left:0;right:0;right:0} */
.home-about{margin-bottom:-80px;background-color:#fff;background-image:url(../images/home_sectionbg.png);background-size:auto 600px;background-repeat:no-repeat;background-position:right 0;box-shadow: 0px 5px 15px rgba(0,0,0,.03);}
.home-about .padding-large{padding:50px}
.home-about h2{position:relative;font-size:36px;font-weight:600;margin-bottom:40px;word-break:break-all}
.home-about h2:before {content:'';display:block;position:absolute;background:#00A2E9;width:30px;height:3px;bottom:-15px;left:0;}
.home-about .post p{line-height:32px;font-size:16px}
.home-about a.button{padding:10px 25px}

/* 关于我们-动画数字 */
.home-date .suzi{font-size:64px;font-family:Times New Roman;display: inline-block;}
.home-data .v-line{border-right:1px solid #eee;}
.home-data .v-line:last-child{border-right:0}
.home-data i{font-style:normal;font-size:64px;}
.home-data span{font-size:36px;}
/* 关于我们-动画数字 end*/

/* 首页关于我们 */

/*关于&首页-合作伙伴 logo*/
.partners-style1 ul {border-right:1px solid #f5f5f5;border-top:1px solid #f5f5f5;border-collapse:collapse;}
.partners-style1 ul li .list-li{-webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.02);box-shadow: 0px 5px 20px 10px rgba(0, 0, 0, 0.02);overflow:hidden;border-left:1px solid #f5f5f5;border-bottom:1px solid #f5f5f5;border-right:1px solid #f5f5f5;border-top:1px solid transparent;margin-left:-1px;-webkit-transition:0.3s;-o-transition:0.3s;transition:0.3s;}
.partners-style1 ul li .list-li:hover {-webkit-box-shadow: 0px 5px 40px 10px rgba(0, 0, 0, 0.06);box-shadow: 0px 5px 40px 10px rgba(0, 0, 0, 0.06);z-index:2;position:relative;-webkit-transition:0.3s;-o-transition:0.3s;transition:0.3s;}
.partners-style1 ul li .list-li img {padding:0 20px;margin:0 auto;}
/*-webkit-filter:grayscale(100%);-moz-filter:grayscale(100%);-ms-filter:grayscale(100%);-o-filter:grayscale(100%);filter:grayscale(100%);*/
.partners-style1 ul li .list-li img:hover {opacity:1;-webkit-filter:grayscale(0%);-moz-filter:grayscale(0%);-ms-filter:grayscale(0%);-o-filter:grayscale(0%);filter:grayscale(0%);}
/*关于&首页-合作伙伴 logo end*/

/*单页*/
.single_pic{position:relative;}
.single_pic img{max-width: 100%;}
.single_pic .pic-1{position:absolute;width:90%;top:50px;right: 30px}
.single_pic .pic-2{position:absolute;z-index:2;width:50%;right:0px;top:0px}
.single_pic .pic-3{position:absolute;z-index:3;width:40%;left:0px;top:380px}
.single_pic .pic-4{position:absolute;z-index:4;width:78%;left:50px;top:200px}

.single_content{padding:40px;position:relative;z-index: 3;}
.single_content h2{font-size:24px;text-transform:Uppercase;}
.single_content p{font-size:16px;margin-bottom: 10px;line-height: 32px}
.single_content ul.list-paddingleft-2 {padding:0}
.single_content ul li {padding:0 0 5px 20px;position:relative;font-size:16px;}
.single_content ul li p {line-height:24px;margin-bottom:5px}
.single_content ul li:before {content:'';position:absolute;top:9px;left:0px;background:#00A2E9;width:7px;height:7px;border-radius:50%;}
/*单页*/

/* 时间拆分的新闻 */
.list-post-time .date{border-right:1px solid #ebebeb;}
.list-post-time .media{padding:20px 20px 20px 10px;margin-bottom: 20px;-webkit-transition:.3s;transition:.3s;}
.list-post-time .media:last-child{margin-bottom: 0;}
.list-post-time .media:hover{box-shadow: 0px 10px 30px 0px rgba(211, 211, 211, 0.3);-webkit-transition:.3s;transition:.3s;}
.list-post-time .date-home{width:60px;padding-right:10px;margin-right:20px}
.list-post-time .date-list{padding:0 20px;margin-right:30px}
.list-post-time .media .date .f-month{font-size:14px;color:#FFF}
.list-post-time .media .date .f-day{font-size:36px;color:#666;}
.list-post-time .media .date .f-day-list{font-size:48px;color:#00A2E9;padding-top:6px}
.list-post-time .media .date .f-year{font-size:18px;color:#999;}
.list-post-time .media .date hr{width:20px;height:2px;margin:15px auto 15px auto;background:#00A2E9}
.list-post-time .media .media-body strong{padding-bottom:10px;}
.list-post-time .media .media-body strong a{color:#666;font-size:20px;font-weight:600;transition: all 0.3s;}
.list-post-time .media .media-body p{line-height:26px;margin-top:0;color:#999;font-size:14}
.list-post-time .media:hover .media-body strong a{color:#00A2E9;transition: all 0.3s;}

/* 文字列表 */
.normal-list li{position:relative;display:block;padding:0 0 0 20px;line-height:40px;height:40px;transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;}
.normal-list li a{font-size:16px;color:#333;transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;}
.normal-list li span{color:#999;}
.normal-list li:hover a{color:#00A2E9;transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;}
.normal-list li:hover span{color:#666}
.normal-list li:hover:before {background:#00A2E9;}
.normal-list li:before {content:'';position:absolute;top:16px;left:0px;background:#ccc;width:6px;height:6px;border-radius:50%}

/* 首页新闻 */
.home-news-h .media-img {position:relative;overflow:hidden}
.home-news-h .media-img:hover .ph{transform:scale(1.02);-webkit-transition:.3s;transition:.3s;}
.home-news-h .media-img img{-webkit-transition:.3s;transition:.3s}
.home-news-h .media-img .post-title{background:rgba(0,0,0,0.5);bottom:0px;left:0px;width:100%;padding:10px 20px;position:absolute;color:#333;transition:0.3s;}
.home-news-h .media-img .post-title h3 a {color:#fff;font-size:16px;font-weight:300;line-height:24px;display:block;-webkit-transition:.3s;transition:.3s}
.home-news-h .media-img:hover .post-title h3 a {color:#FFF;-webkit-transition:.3s;transition:.3s}
.home-news-h .media-img:hover img{transform:scale(1.03);-webkit-transition:.3s;transition:.3s}
.home-news-h:hover .owl-nav .owl-next,.home-news-h:hover .owl-nav .owl-prev{opacity:.6;color:#fff;}
.home-news-h.dot-center .owl-dots{position:relative;top:-30px;padding:0;text-align:center;vertical-align:middle;display:inline-block;width:100%}

.home-news-c .news-time{margin:20px 15px 0 0px;border-right:2px solid #eee;padding:0}
.home-news-c .news-time .text-large{font-size:42px;line-height:48px;}
.home-news-c .news-title{margin-top:20px;margin-left:15px}
.home-news-c .news-title h2 a{font-weight:600;font-size:18px;margin-bottom:20px;display:block}
.home-news-c:hover{box-shadow:0 3px 8px 0 rgba(0,0,0,0.03);background:#fff;transition:0.3s;}
.home-news-c:hover .news-title h2 a,.home-news-c:hover p{color:#00A2E9;transition:0.3s;}
/* 首页新闻 end */

/* 路径 */
.nav-bread {padding:0;height:60px;line-height:60px;font-size:0}
.nav-bread h2{font-size:24px;font-weight:600}
.nav-bread a{color:#999;font-size:14px;display:inline-block;}
.nav-bread a:hover{color:#00A2E9}
.nav-bread a:after {content:"";padding:0 10px;background:url(../images/nav-bread.png) no-repeat center 50%;}
.nav-bread a:last-child:after {content:"";background:none;}
/* 路径 */

/*分页 begin*/
.pagination li {display:inline-block;border-radius:5px;}
.pagination li i{font-weight:600;} 
.pagination li a,.pagination li span{border-radius:5px;color:#98A6AD;background:#fff;padding:9px 14px;display:block;margin:5px;}
.pagination li a:hover,.pagination li.active a,.pagination li .current{background:#008bff;color:#fff;}
/*分页 end*/

/* 标题样式-居中 */
.title-c{position:relative;margin:0}
.title-c h3{position:relative;font-size:30px;margin-bottom:10px;font-weight:600}
.title-c h4{position:relative;font-size:40px;font-weight:400;font-family:Times New Roman;}
.title-c h4:before{background:#00A2E9;content:'';display:block;position:absolute;width:30px;height:5px;bottom:-10px;left:50%;margin-left:-15px;}

.hasLine {
  position: relative;
  height: 3px;
  width:40px;
  margin:0 auto;
}
.hasLine::before {
  position: absolute;
  content: '';
  height: 3px;
  background: #fa5a4b;
  bottom: 0;
  width: 62%;
  right: 0;
}
.hasLine::after {
  position: absolute;
  content: '';
  height: 3px;
  background: #3C96E6;
  bottom: 0;
  width: 38%;
  left: 0;
}


/* 横向不带ICO导航 */
.nav-x {background:#fff;width:100%;position:relative;-webkit-box-shadow:  0 1px 1px rgba(0, 0, 0, 0.015);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.015);}
.nav-x .menu-toggle h3 {display:none}
.nav-x ul {font-size:0;-webkit-text-size-adjust:none}
.nav-x li {display:inline-block}
.nav-x li a {position:relative;font-size:16px;padding:0 25px;height:80px;line-height:80px;color:#666;text-align:center;display:block;-webkit-transition:.3s;transition:.3s;}
.nav-x li a:hover{color:#00A2E9;background: #F0F8FF;-webkit-transition:.3s;transition:.3s;}
.nav-x li a:hover::after {position: absolute; content: '';background: #00A2E9;width:100%;height: 2px;right: 0px;bottom:0;}
.nav-x li a.active {color:#00A2E9;background: #F0F8FF;border-left:1px solid #D9EEFF;border-right:1px solid #D9EEFF;font-weight: 600}
.nav-x li a.active::after {position: absolute; content: '';background: #00A2E9;width:100%;height: 2px;right: 0px;bottom:0;}
/* 横向不带ICO导航 */

.job-list{transition:.3s;-moz-transition:.3s;-webkit-transition:.3s;}
.job-list:hover{box-shadow:0 10px 35px -10px rgba(0,0,0,0.1);transition:.3s;-moz-transition:.3s;-webkit-transition:.3s;}
.job-list dt{font-weight:normal}

/* 纯文字列表  begin*/
.list-post-text li {padding:5px 0;}
.list-post-text li a{display:block;}
.list-post-text li.dot a{padding-left:15px;position:relative}
.list-post-text li.dot:hover a:before {background:#00A2E9;}
.list-post-text li.dot a:before {content:'';position:absolute;left:-2px;background:#ccc;width:6px;height:6px;top:9px;border-radius:50%}
/* 纯文字列表  end*/

/* 内容 begin */
.article{overflow:hidden}
.article .padding-large{padding:30px 50px}
.article .post h1{font-size:24px;font-weight:600;line-height:36px;color:#333}
.article .post h2{font-size:22px;font-weight:600;margin:10px 0}
.article .post h3{font-size:20px;font-weight:600;margin:10px 0}
.article .post hr{margin:10px 0;height:1px;background: #EBEBEB}
.article .post strong{font-size:16px;margin:10px 0}
.article .post table{margin:20px 0}
.article .post table th{background:#daf0fd;color:#fff;border:1px solid #fff}
.article .post table tr.ue-table-interlace-color-single{background:#daf0fd}
.article .post p{font-size:16px;line-height:28px;margin-bottom:10px}
.article .post img{max-width:100%;margin:0 auto;}
.article .post a{text-decoration:none;border-bottom:1px solid #0053c4;color:#0053c4}
.article .post a:hover{color:#e7161a;border-bottom:0 solid #e7161a}
.article .post .text-right{text-align:right}
.article .post ul li{padding:0 0 5px 20px;position:relative;font-size:16px}
.article .post ul li p{line-height:24px}
.article .post ul li:before{content:'';position:absolute;top:8px;left:0;background:#999;width:7px;height:7px;border-radius:50%}
.article .post ol{padding:10px 0 0 0}
.article .post ol.list-paddingleft-2{position:relative}
.article .post ol li{padding:0;position:relative}
.article .post ol li p{line-height:26px;font-size:16px;color:#999}
/* 内容 end */

 /* 弹出层*/
.dialog {border-radius:0;border:0 solid #ebebeb;margin:0 auto;box-shadow:0 10px 25px rgba(0,0,0,0.3);}
.dialog .dialog-head {font-size:18px;border-bottom:0;background:#FFF;color:#333;}
.dialog .dialog-head .close {float:right;line-height:24px}
.dialog .dialog-body{padding:10px 40px 40px 40px;}
.dialog-body h3 {font-size:24px;font-weight:600;color:#333;margin-bottom:10px}
.dialog-body .form-group {padding-bottom:20px}
.dialog-body .displaynone{display:none}
.dialog-body .input{height:48px;line-height:24px;padding:0 12px;border:1px solid #ebebeb;width:100%;display:block;border-radius:0px;-webkit-appearance:none;box-shadow:0 0px 0px rgba(0,0,0,0.0) inset;background:transparent;}
.dialog-body .textarea {padding:10px 12px;line-height:24px;width:100%;background:transparent;border:1px solid #ebebeb;}
.dialog-body .label {padding-bottom:10px;display:block;line-height:24px;}
.dialog-body .label label {font-weight:400;}
.dialog-body select {padding:0 30px 0 8px;color:#ADADAD;height:48px;line-height:48px;border:solid 1px #ebebeb;appearance:none;-moz-appearance:none;-webkit-appearance:none;background:url(../images/select-down.png) no-repeat right 50%;}
.dialog-body .form-tips .dialog-body .input-help ul {border:solid 0px #ebebeb;background:#fff;padding:5px 10px;box-shadow:0 0 0 #fff;border-radius:0 0 4px 4px;width:150px;min-width:150px;width:auto;_width:150px;color:#EE3333;font-size:12px}
.dialog-body .input::-webkit-input-placeholder, .dialog-body .textarea::-webkit-input-placeholder {color: #6E6E6E;}
.dialog-body .input:-moz-placeholder, .dialog-body .textarea:-moz-placeholder {color: #6E6E6E;}
.dialog-body .input::-moz-placeholder, .dialog-body .textarea::-moz-placeholder {color: #6E6E6E;}
.dialog-body .input:-ms-input-placeholder, .dialog-body .textarea:-ms-input-placeholder {color: #6E6E6E;} 
.dialog-body .input-group .addon {background-color:#fff;border:0px solid #EBEBEB;border-radius:0px;line-height:1;padding:0;text-align:center}
.dialog-body .input-group .addon img{max-height:50px}
 /* 弹出层 end*/

.channel-banner {height:480px;position:relative;background-repeat:no-repeat;background-position:center 20%;background-size:cover;margin:0;padding:0;}
.channel-banner:before {content:'';display:block;position:absolute;background:#000;opacity:.1;width:100%;height:100%;bottom:0px;left:0;right:0;right:0}
.channel-banner .banner-info {position:absolute;top:50%;margin-top:-40px;left:0;right:0;z-index:3}
.channel-banner .banner-info h2{font-size:72px;font-weight:600;position:relative;margin-bottom:30px}
.channel-banner .banner-info h2:before {left:50%;margin-left:-15px;bottom:-10px;width:30px;height:5px;background:#fff;content:'';display:block;position:absolute;}
.channel-banner .banner-info h3{font-size:40px;font-weight:600;position:relative;margin-bottom:30px}
.channel-banner .banner-info h3:before {left:50%;margin-left:-15px;bottom:-10px;width:30px;height:5px;background:#fff;content:'';display:block;position:absolute;}
.channel-banner .banner-info p{font-size:36px;}

/* 底部地图版权 begin*/
footer{padding:70px 0 0 0;background:#fff url(../images/bg_footer.png) no-repeat 0 50px;}
footer h3{font-size:16px;color:#333;margin-bottom:20px;font-weight:600}
footer ul li.block{float:left}
footer ul li.block-0{width:38%;}
footer ul li.block-0 .padding-right{padding-right:20px;;}
footer ul li.block-1{width:15%}
footer ul li.block-2{width:15%}
footer ul li.block-3{width:14%}
footer ul li.block-4{width:18%}

footer ul li ul li a{line-height:32px;color:#666}
footer ul li ul li.row a{line-height:32px;height:32px;width:40%;float:left;}
footer ul li ul li a:hover{color:#333}
footer .contact{padding-right:100px;}
footer .contact .media {margin:0 0 20px 0;}
footer .contact .media span{height:24px;}
footer .contact .media i{line-height:24px;font-size:16px;}
footer .contact .media .media-body a,footer .contact .media .media-body{padding:0;color:#666;line-height:24px;}
footer .contact .media .media-body .text-large{font-size:22px;}
footer .about{padding:30px 150px 0 0;line-height:24px;color:#666}
footer .copyright{margin:50px 0 0 0 ;line-height:80px;color:#666;border-top:1px solid #EBEBEB;}
footer .copyright a{color:#666}
footer .design{position:relative}
footer .qrimg{width:46%;display: block;}

footer .foot-link{line-height:32px}
footer .foot-link a{display:block;float:left;margin-left:30px;font-size:14px;color:#EEDBDB}
footer .foot-channel{line-height:32px}
footer .foot-channel a{display:block;float:left;margin:0 30px;font-size:14px}
footer .foot-channel a:hover,footer .foot-link a:hover{color:#fff;transition:all .3s}

#friend{position:relative;z-index:999;float:right;margin-left:20px;}
#friend a{display:block;}
#friend a:hover{color:#ccc}
#friend ul{padding:10px;min-width:160px;border:1px solid #ebebeb;background:#f7f7f7;bottom:50px;display:none;right:0;overflow:hidden;position:absolute}
#friend ul li a{display:block;line-height:26px}

.social-button a{display:inline-block;background:#FD9E14;color:#fff;width:42px;height:42px;line-height:42px;margin-right:10px}
.social-button a.weixin{position:relative}
.social-button a.weixin .wx{display:none}
.social-button a.weixin:hover .wx{position:absolute;display:block;top:-112px;left:-28px;width:102px;height:102px;background:#fff;padding:2px}
.social-button a.weixin .wx:after{position:absolute;bottom:-8px;left:40px;display:inline-block;border-right:8px solid transparent;border-top:8px solid #fff;border-left:8px solid transparent;content:''}
/* 底部地图版权 end*/

/*悬浮客服 begin*/
.kefu{position:fixed;width:48px;right:20px;top:50%;z-index:999;border-radius:80px;padding:15px 0px;box-shadow:0px 5px 10px 0px rgba(0,0,0,.3);
background:#FEA90E;
background: linear-gradient(0deg,#FEA90E 0,#FED90E 100%);
background: -moz-linear-gradient(90deg,#FEA90E 0,#FED90E 100%);}
.kefu ul li{width:48px;float:left;position:relative;transition:all .3s;cursor:pointer;margin:10px 0}
.kefu ul li i{font-size:18px}
.kefu ul li.sidewx .wxBox.son{left:-150px;width:150px;padding:10px;display:none;position:absolute;top:0;box-shadow:0px 0 10px 0 rgba(0,0,0,.1)}
.kefu ul li.sidetel .telBox.son{left:-180px;width:200px;padding-right:20px;display:none;text-align:left;position:absolute;top:0px;}
.kefu ul li.sidetel .telBox .post{position:relative;padding:15px 10px;box-shadow:0 0 10px 0 rgba(0,0,0,.1);border-radius:5px}
.kefu ul li.sidetel .telBox .post:after,.kefu ul li.sidewx .wxBox.son:after{border-left:6px solid #fff;z-index: 3;position: absolute;top:25px;right:-6px;display: inline-block;border-top:6px solid transparent;border-bottom: 10px solid transparent;content: '';}
.kefu ul li.sidetel .telBox .post .media {padding:5px 0;}
.kefu ul li.sidetel .telBox .post .media.media-x .float-left{margin-left:0px}
.kefu ul li.sidetel .telBox .post .media i{font-size:24px;}
.kefu ul li.sidetel .telBox .post .media .media-body {padding:0;margin:0px;}
.kefu ul li.gotop{margin-top:5px}
.kefu ul li.gotop:hover{opacity:.8;filter:Alpha(opacity=80);z-index:0}
.kefu ul li:hover .son{display:block!important;animation:fadein 1s}
/*悬浮客服 end*/

#m-b-bar{display:none;}
@media screen and (max-width:1440px){
.container-layout{max-width:98%;}
}

/* 移动端开始 */
@media screen and (max-width:768px){

.blank-small,.blank-middle{height:10px;line-height:10px}
.blank-big{height:20px;line-height:20px}
.blank-large{height:30px;line-height:30px}

.padding-large{padding:20px}
.container-layout{max-width:100%;}
.line-large {margin-left:-10px;margin-right:-10px}
.line-large .x1,.line-large .x2,.line-large .x3,.line-large .x4,.line-large .x5,.line-large .x6,.line-large .x7,.line-large .x8,.line-large .x9,.line-large .x10,.line-large .x11,.line-large .x12,.line-large .xl1,.line-large .xl2,.line-large .xl3,.line-large .xl4,.line-large .xl5,.line-large .xl6,.line-large .xl7,.line-large .xl8,.line-large .xl9,.line-large .xl10,.line-large .xl11,.line-large .xl12,.line-large .xs1,.line-large .xs2,.line-large .xs3,.line-large .xs4,.line-large .xs5,.line-large .xs6,.line-large .xs7,.line-large .xs8,.line-large .xs9,.line-large .xs10,.line-large .xs11,.line-large .xs12,.line-large .xm1,.line-large .xm2,.line-large .xm3,.line-large .xm4,.line-large .xm5,.line-large .xm6,.line-large .xm7,.line-large .xm8,.line-large .xm9,.line-large .xm10,.line-large .xm11,.line-large .xm12,.line-large .xb1,.line-large .xb2,.line-large .xb3,.line-large .xb4,.line-large .xb5,.line-large .xb6,.line-large .xb7,.line-large .xb8,.line-large .xb9,.line-large .xb10,.line-large .xb11,.line-large .xb12 {position:relative;min-height:1px;padding-right:10px;padding-left:10px}

/* 首页轮播 */
.slides h2{padding-bottom:50%;}
.slides-arrow.dot-center .owl-dots{top:-20px;}
.slides .media-img .zoom-banner-pc{transition:.3s;padding-bottom:66%;}
.sidebar-l {margin-right:0px}
.sidebar-r {margin-left:0px;}

/* 分类导航移动端 */
.nav-x {height:50px;padding:10px 0 0 0;margin:0;width:100%;position:relative;z-index:6;background:#F7F7F7;-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.05);box-shadow: 0px 0 0 rgba(0, 0, 0, 0.05);}
.nav-x ul {clear:both;box-shadow:0px 5px 15px 0px rgba(0,0,0,.05);position:relative;margin-top:8px;}
.nav-x ul:after{position: absolute;top:-8px;left:40px;display:inline-block;border-right:8px solid transparent;border-bottom:8px solid #FFF;border-left:8px solid transparent;content: ''; }
.nav-x li {float:none !important;width:100%;}
.nav-x li a{font-size:16px;height:50px;line-height:50px;background:#fff;text-align:left;}
.nav-x .menu-toggle {background:transparent;color:#fff}
.nav-x .menu-toggle button {background:#00A2E9;height:46px;line-height:46px;padding:0 10px;margin:0;border:none;border-radius:3px;color:#fff;font-size:18px;text-align:left;}
.nav-x li a:hover,.nav-x li a.active {color:#00A2E9;background:#FFF;border:0;}
.nav-x li a:hover::after {height: 0;0}
.nav-x li a.active::after {position: absolute; content: '';background: none;}
/* 分类导航移动端 end*/

.article .padding-large{padding:20px}
.article .post h1{font-size:24px;}
.article .post h2{font-size:20px;}
.article .post h3{font-size:18px;}

/* 首页关于 */
.home-about .padding-large{padding:20px}
.home-about h2{font-size:24px;}
.home-date{margin-top:100px;}
.home-date .suzi{font-size:48px;}
/* 首页新闻 */
.home-news-c .news-title h2 a{font-size:16px;}

/* 标题样式 */
.title-c h3{font-size:22px;}
.title-c h4{font-size:32px;margin-bottom: 20px}

.dialog .dialog-body {padding:0 20px 20px;}

/* 时间拆分的新闻 */
.list-post-time .media{padding:5px 20px 8px 0px;margin:10px 0 0 0}
.list-post-time .date-list{padding:10px;margin-right:20px}
.list-post-time .media .date .f-day{font-size:36px;}
.list-post-time .media .date .f-day-list{font-size:36px;}
.list-post-time .media .date .f-year{font-size:16px;}
.list-post-time .media .date hr{width:20px;height:2px;margin-top:20px;background:#00A2E9}
.list-post-time .media .media-body{margin-top:20px;}
.list-post-time .media .media-body strong a{font-size:18px;line-height:28px;}
/* .list-post-time .media a {color:#666} */

.channel-banner {height:250px;}
.channel-banner .banner-info h3{font-size:32px;}
.single_content{padding: 20px;margin-right:0;margin-top:0;}

footer{padding:0;background:#fff url(../images/bg_footer.png) no-repeat 0 0;}
footer ul{padding-left:10px}
footer ul li.block{float:none}
footer ul li.block-1,footer ul li.block-2,footer ul li.block-3,footer ul li.block-4,footer ul li.block-5,footer ul li.block-6{width:100%}
footer .copyright{margin:0;line-height:24px;border-top:0px solid #00A2E9;text-align: center;padding:20px 0;}

/* 默认箭头 */
.owl-carousel .owl-nav i{font-size:16px;}
.owl-carousel .owl-nav .owl-prev,.owl-carousel .owl-nav .owl-next {width:30px;height:30px;line-height:32px;}
.owl-carousel .owl-nav .owl-prev {left:10px;}
.owl-carousel .owl-nav .owl-next {right:10px;}
/* owl-carousel滚动插件 end */

.service{padding:20px;}
.service .s_content strong{margin-bottom:0;margin-top:20px;font-size:18px;font-weight:500}
.carousel-service .owl-nav .owl-prev {left:0px;}
.carousel-service .owl-nav .owl-next {right:0px;}

/*移动底部导航 begin*/
.blank-bottom{height:50px;line-height:50px;clear:both; font-size:0;}
.bottom-bar{box-sizing:border-box; -webkit-box-sizing:border-box;display:block;}
.bottom-menu{height:50px; line-height:50px; border-right:1px solid #EB2C2F; box-sizing:border-box; -webkit-box-sizing:border-box;}
.bottom-menu:last-child{border-right:none;}
.bar-name a{display:block;padding:8px 0 0 0;line-height:20px;font-size:14px;}
.bar-name a i{font-size:16px;display:block;}
.bottom-menu-sub .arrow{width:0px;height:0px;position:absolute;left:50%;margin-left:-10px;bottom:-9px;border-top:10px solid #EEEEEE;border-left:10px solid transparent;border-right:10px solid transparent;z-index:10;}
.bottom-menu-sub .downward{width:0px;height:0px;position:absolute;left:50%;margin-left:-9px;bottom:-8px;border-top:9px solid #FFF;border-left:9px solid transparent;border-right:9px solid transparent;z-index:11;}
/*移动底部导航 end*/
}
